General

The <General> element of the XML configuration defines general properties required by the CygNet Well Test module, and consists of the following child elements:

Note: See Creating the Relative Facilities File for instructions on how to get relative facility settings from a Canvas installation.

To learn about how these elements relate to other elements in a well test configuration XML structure, see Well Test Hierarchy.

Example

<WellTestConfiguration>

<General>

<PointScheme>1</PointScheme>

<RecordRetentionDays>365</RecordRetentionDays>

<RelativeFacilityFile>MYSITE.BSSCAN\GLOBAL\RelativeFacilities.xml</RelativeFacilityFile>

<RelativeFacilityFileSource>BSS</RelativeFacilityFileSource>

<RelativeFacilityDefinition>CygNet for Production</RelativeFacilityDefinition>

</General>

 

 

</WellTestConfiguration>

Properties

The <General> element has the following properties:

Property Description

Case Sensitive

Yes

Required

Yes

Number of Instances Allowed

1

Parent Element

<WellTestConfiguration>

Child Elements

<PointScheme>

<RecordRetentionDays>

<RelativeFacilityFile>

<RelativeFacilityFileSource>

<RelativeFacilityDefinition>

Attributes

None

Attributes

The <General> element has no attributes.

Back to top